home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / qwhite.zip / AB_PLUS.TEC < prev    next >
Text File  |  1992-04-27  |  6KB  |  104 lines

  1. ID:AB Intel AboveBoard Plus
  2. Quarterdeck Technical Note #150
  3. by Stan Young
  4. last revision:  10 February 1992
  5.  
  6. Q:   How do I set up my Intel AboveBoard Plus to best support DESQview or for 
  7.      use with QRAM?
  8.  
  9.      The Intel AboveBoard Plus supports in hardware many of the features of 
  10. the EMS 4.0 software specification that DESQview and QRAM would like to use.  
  11. It is capable of mapping EMS memory below the 640K barrier to support 
  12. DESQview's multitasking.  It also can map EMS memory into high memory 
  13. addresses above 640K and below 1 Megabyte, a feature which is useful to both 
  14. DESQview and QRAM in order to get more DOS memory.  Obtaining these features, 
  15. however, requires that the board be set up in specific ways, and there are 
  16. some restrictions in the way the board and driver work that are important to 
  17. understand.
  18.  
  19. 1.  Backfilling Motherboard Memory:
  20.  
  21.      Backfilling motherboard memory is NOT important to the operation of QRAM. 
  22.  But, as in the examples given in Appendix B of the DESQview manual, for 
  23. Enhanced Expanded Memory Boards if you want to have large expanded memory 
  24. partitions in which you can multitask programs, it is necessary to disable 
  25. motherboard memory and have the AboveBoard Plus fill memory out to 640K.  The 
  26. lowest the AboveBoard Plus will place EMS4 pages is from 256K, so it is not to 
  27. your advantage to backfill any lower than that, even if your machine will 
  28. support backfilling from a lower address.  If your machine will allow the 
  29. board to fill out from 256K, you will be able to get expanded memory 
  30. partitions of 384K. Unlike the examples in the manual shown for EEMS cards, 
  31. the partitions will be 384K regardless of the type of video card you have, as 
  32. the Intel hardware will not allow for any EMS expanded memory pages to be 
  33. mapped into the video areas.  Once the board is backfilling motherboard memory 
  34. addresses, one very important configuration item remains relative to the 
  35. driver.  You must specify the "MC" (Map Conventional) parameter to the EMM.SYS 
  36. driver.  Reference to this parameter is somewhat buried in the Intel manual, 
  37. but this parameter must be specified in order to have the driver set expanded 
  38. memory pages in the 256K-640K range.
  39.  
  40. 2.  Set the "Page Frame" as low as possible:
  41.  
  42.      This is important for BOTH DESQview and QRAM users.  The AboveBoard Plus 
  43. driver will only map memory above 640K as one contiguous block, starting with 
  44. the original 64K EMS page frame.  For any other memory to be mapped, it must 
  45. be directly above and contiguous with the page frame.  This may be changed in 
  46. a future release of the driver, as other EMS 4.0 drivers are not so 
  47. restrictive as to where the additional memory resides.
  48.      Because of this requirement, and because some versions of the Intel 
  49. installation program default the page frame to a "D000" address, memory 
  50. addresses that might be mapped may be bypassed.  To get best use from the 
  51. memory, set the page frame as low as possible.
  52.      The AboveBoard driver which became available when Intel started shipping 
  53. QRAM with its boards defaults the frame to the lowest possible address.  
  54. Upgrade drivers are available from Intel directly and are posted on Intel's 
  55. electronic bulletin board.
  56.      If you do not have such a driver, we have determined that the easiest way 
  57. to be sure the frame is low is to change the CONFIG.SYS file so the the frame 
  58. assignment (usually D000) is set to C000.  While it is often the case that a 
  59. C000 page frame setting might be in conflict with video ROMS or other 
  60. installed devices, it is our observation that the Intel driver generally 
  61. detects these devices and on boot will determine that the setting is 
  62. inappropriate and will select instead the lowest frame setting that is free -- 
  63. just what we wanted.  This method, while easy, may not be fool-proof, so if 
  64. you encounter difficulty with the frame the Intel driver selects, you will 
  65. have to do some digging into your hardware documentation to see what area 
  66. might be available.
  67.  
  68. 3.  Install the QEXT.SYS driver:
  69.  
  70.      Assuming you have an AT, you can configure some of the Intel AboveBoard 
  71. Plus memory as exTENDed memory.  By loading the QEXT.SYS driver in your 
  72. CONFIG.SYS file (see page 148 in the DESQview manual), this driver allows you 
  73. to take 60K of extended memory and make it available for running some of 
  74. DESQview's code, thus lowering the overhead of DESQview in DOS and increasing 
  75. your Maximum Available Conventional Memory by 60K as shown by the Memory 
  76. Status program.
  77.      Early versions of the AboveBoard Plus only allow you to configure 
  78. extended memory in increments of 512K, so on these systems, you have to 
  79. reserve 512K of extended memory to support the 64K QEXT driver.  The remaining 
  80. memory might be used as a VDISK, or by a disk cache, but will not be available 
  81. as expanded memory.  Intel now ships boards which can allocate memory in 128K 
  82. segments, and an upgrade for existing boards is available.
  83.      If you have other extended memory on the machine, you may not want to 
  84. allocate any of the AboveBoard as extended memory.  You would simply install 
  85. the QEXT.SYS driver and as long as the extended memory starts at 1 megabyte 
  86. (1024K), QEXT will use it.
  87.      As is usual, when using an expanded memory system, you will want to load 
  88. DESQview using the XDV.COM loader as indicated on page 139 of the DESQview 
  89. manual.  The settings above should allow you to get the best memory sizes for 
  90. DESQview.  Your Memory Status program will probably show figures somewhat less 
  91. than listed in the DESQview manual.  This is because the AboveBoard Plus will 
  92. not map into the video memory area, but the memory obtained in the windows 
  93. should be adequate for most purposes.
  94.  
  95. Intel Tech Support:     800-538-3373
  96. Intel BBS:              503-645-6275
  97. Intel Support FAX back: 503-629-7576
  98.  
  99.   ************************************************************************
  100.   *This technical note may be copied and distributed freely as long as it*
  101.   *is distributed in its entirety and it is not distributed for profit.  *
  102.   *          Copyright (C) 1991 by Quarterdeck Office Systems            *
  103.   ************************ E N D   O F   F I L E *************************
  104.